Carbon


ComponentMPWorkFunctionProcPtr

Header: Components.h Carbon status: Supported

typedef ComponentResult(* ComponentMPWorkFunctionProcPtr) (
    void *globalRefCon, 
    ComponentMPWorkFunctionHeaderRecordPtr header
);

You would declare your function like this if you were to name it MyComponentMPWorkFunctionCallback:

ComponentResult MyComponentMPWorkFunctionCallback (
    void *globalRefCon, 
    ComponentMPWorkFunctionHeaderRecordPtr header
);
globalRefCon
header

AVAILABILITY

Supported in Carbon.


© 2000 Apple Computer, Inc. — (Last Updated 4/6/2000)